Click or drag to resize

ServiceFindPeople Method (StandardFolder, PersonaShape, Restriction, Restriction, IListPropertyOrder)

Finds the people.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FindPeopleResponse FindPeople(
	StandardFolder standardFolder,
	PersonaShape shape,
	Restriction restriction,
	Restriction aggregationRestriction,
	IList<PropertyOrder> propertyOrder
)

Parameters

standardFolder
Type: Independentsoft.ExchangeStandardFolder
The standard folder.
shape
Type: Independentsoft.ExchangePersonaShape
The shape.
restriction
Type: Independentsoft.ExchangeRestriction
The restriction.
aggregationRestriction
Type: Independentsoft.ExchangeRestriction
The aggregation restriction.
propertyOrder
Type: System.Collections.GenericIListPropertyOrder
The property order.

Return Value

Type: FindPeopleResponse
FindPeopleResponse.
See Also